<!-- The text of the first row in the tables (hold the categories)
-->
.colheadfont {
color : white;
font-size : 10pt;
font-weight : bold;
font-family : MS Sans Serif;
}
<!-- The text of the first row, first column in the tables (hold the categories)
-->
.colheadfontfirstcol {
color : white;
font-size : 10pt;
font-weight : bold;
font-family : MS Sans Serif;
text-align : left;
}
<!-- "report created by" font
-->
.reportcreated {
color : black;
font-size : 8pt;
font-weight : bold;
font-family : MS Sans Serif;
}
<!-- Background color of the page
-->
.pagebgcolor {
background-color : white;
}
<!-- All of the #'s produced in the report by Linkbot
-->
.defaultnumbers {
color : black;
font-size : 10pt;
font-family : MS Sans Serif;
}
<!-- All of the links and text in the tables
-->
.defaulttext {
color : white;
font-size : 10pt;
font-weight : bold;
font-family : MS Sans Serif;
}
<!-- The color of the warning text
-->
.warning {
color : #FF0000;
font-size : 10pt;
font-weight : bold;
font-family : MS Sans Serif;
}
<!-- Link report fonts
-->
.reports {
font-size : 10pt;
font-weight : bold;
font-family : MS Sans Serif;
}
<!-- Image Catalog text
-->
.imagetext {
font-color : black;
font-size : 10pt;
font-family : MS Sans Serif;
}
<!-- This is text that appears when a feature is disabled
-->
.disabledtext {
color : black;
font-size : 10pt;
font-family : MS Sans Serif;
}
<!-- This is text that appears on the menu when a feature is disabled
-->
.menutext {
color : black;
font-size : 10pt;
font-weight : bold;
font-family : MS Sans Serif;
}
<!-- First Row Cell Background Color for tables that show parent/child problems.
-->
.cell_parent_child {
background-color : #EEEEEE;
text-align : left;
color : black;
font-size : 10pt;
font-weight : normal;
font-family : MS Sans Serif;
}
<!-- First Row Text for tables that show parent/child problems.
-->
.text_parent_child {
color : black;
font-size : 10pt;
font-weight : bold;
text-align : left;
font-family : MS Sans Serif;
}
<!-- The top row background color
-->
.cellcolor1 {
background-color : #000000;
text-align : center;
color : black;
font-size : 10pt;
font-weight : normal;
font-family : MS Sans Serif;
}
<!-- First cell in the row (contains category)
-->
.cellcolor2 {
background-color : #EEEEEE;
text-align : left;
color : black;
font-size : 10pt;
font-weight : normal;
font-family : MS Sans Serif;
}
<!-- The content cells in the row (contains output values)
-->
.cellcolor2conten {
background-color : #EEEEEE;
text-align : center;
color : black;
font-size : 10pt;
font-weight : normal;
font-family : MS Sans Serif;
}
<!-- The content cells in the row (contains output values) (right-aligned)
-->
.cellcolor2right {
background-color : #EEEEEE;
text-align : right;
color : black;
font-size : 10pt;
font-weight : normal;
font-family : MS Sans Serif;
}
<!-- Please note, the difference between cellcolor* and cellcolor+conten is that the conten is aligned to the center whereas the first cells are aligned to the left